home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / guilib3 / inc / doscons.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  169b  |  10 lines

  1. #ifndef    _DOSCONS_H
  2. #define    _DOSCONS_H
  3.  
  4. int        DOScons_open( void (*func)() );
  5. void    DOScons_close(void);
  6. void    DOScons_off(void);
  7. void    DOScons_reset(void);
  8.  
  9. #endif
  10.